home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canon Creative 3
/
Canon Creative 3.iso
/
webrec
/
MAINMENU.DIR
/
00140.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-10
|
148 b
|
10 lines
on exitFrame
global STIcks
if (the ticks - STIcks) < (60 * 3) then
go(the frame)
else
puppetSprite(1, 0)
go("start")
end if
end